Skip to content

Conversation

@ferdnyc
Copy link
Contributor

@ferdnyc ferdnyc commented Jan 2, 2023

The bootstrap scripts were using "buildCli" as the name of the CLI builddir, but then the CLI plugins were built in a directory named "buildPluginsCLI", a difference in casing that just seems unnecessarily confusing.

I normalized them to "buildCli" and "buildPluginsCli", though I'd be happy to go the other way ("CLI" for both) if preferred.

- CLI build used "buildCli", CLI plugins used "buildPluginsCLI"
- normalized to "...Cli" for both.

Signed-off-by: FeRD (Frank Dana) <[email protected]>
@ferdnyc
Copy link
Contributor Author

ferdnyc commented Jan 2, 2023

(Oh, yes, and as further precedent, there was already this:)

if [ "x$do_plugins" = "x1" -a "x$do_cli" = "x1" ]; then
echo "** Plugins CLI **"
Process buildMingwPluginsCli-${ARCH} ../avidemux_plugins "-DPLUGIN_UI=CLI $EXTRA_CMAKE_DEFS"
fi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant